projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ce00d
)
(Fwrite_region): Fix conditional expression to issue the right message.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Aug 2003 00:24:34 +0000
(
00:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Aug 2003 00:24:34 +0000
(
00:24
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index a44552010c747fe872773a2b27725031b8a25421..48510cd6ed5c93f176cfb2644def97560d2c3341 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-5223,7
+5223,7
@@
This does code conversion according to the value of
return Qnil;
if (!auto_saving)
- message_with_string ((
!
INTEGERP (append)
+ message_with_string ((INTEGERP (append)
? "Updated %s"
: ! NILP (append)
? "Added to %s"